net/http.http2pipe.unread (field)

4 uses

	net/http (current package)
		h2_bundle.go#L3607: 	unread   int             // bytes unread when done
		h2_bundle.go#L3635: 		return p.unread
		h2_bundle.go#L3682: 		p.unread += len(d)
		h2_bundle.go#L3721: 			p.unread += p.b.Len()